@icongo/sti
Version:
Super Tiny Icons
25 lines • 824 B
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 STICss3 = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "CSS3",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#264de4",
d: "M72 460 30 0h451l-41 460-184 52"
}), /*#__PURE__*/_jsx("path", {
fill: "#2965f1",
d: "M256 37v435l149-41 35-394"
}), /*#__PURE__*/_jsx("path", {
fill: "#ebebeb",
d: "M114 94h142v56H119m5 58h132v57H129m3 28h56l4 45 64 17v59l-117-32"
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M256 208v57h69l-7 73-62 17v59l115-32 26-288H256v56h80l-5.5 58Z"
})]
}));
export { STICss3 };