8 lines
437 B
JavaScript
8 lines
437 B
JavaScript
import React from 'react';
|
|
import createSvgIcon from './utils/createSvgIcon';
|
|
export default createSvgIcon(React.createElement(React.Fragment, null, React.createElement("path", {
|
|
d: "M6.26 9L12 13.47 17.74 9 12 4.53z",
|
|
opacity: ".3"
|
|
}), React.createElement("path", {
|
|
d: "M19.37 12.8l-7.38 5.74-7.37-5.73L3 14.07l9 7 9-7zM12 2L3 9l1.63 1.27L12 16l7.36-5.73L21 9l-9-7zm0 11.47L6.26 9 12 4.53 17.74 9 12 13.47z"
|
|
})), 'LayersTwoTone'); |