@icongo/vv
Version:
Vivid Icons
32 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVLayers = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__layers",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("style", {
children: ".prefix__vi-primary{fill:#ff6e6e;stroke:#fff;stroke-linecap:round;stroke-width:0;fill-rule:evenodd}"
})
}), /*#__PURE__*/_jsx("path", {
d: "m24 20.6 17.013 9.7L24 39.99l-17.013-9.7Z",
className: "prefix__vi-primary"
}), /*#__PURE__*/_jsx("path", {
d: "m24 14.8 17.013 9.7L24 34.2 6.987 24.5Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "m24 9.01 17.013 9.7L24 28.4 6.987 18.7Z",
className: "prefix__vi-primary"
})]
}));
export { VVLayers };