@icongo/fc
Version:
Flat Color Icons
18 lines • 883 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 FCRuler = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
fill: "#FFA000",
d: "M13.324 45.003 3.002 34.68 34.676 3.007 44.998 13.33z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9E6400",
d: "m22.803 24.188-4.666-4.666 1.414-1.414 4.666 4.666zm2.01-5.99-2.616-2.616 1.414-1.414 2.616 2.616zm5.991-2.01-4.666-4.666 1.414-1.414 4.666 4.666zm-.649-8.645 1.415-1.414 2.615 2.616-1.414 1.414zM8.81 34.198l-2.616-2.616 1.414-1.414 2.616 2.616zm5.991-2.01-4.666-4.666 1.414-1.414 4.666 4.666zm2.011-5.99-2.616-2.616 1.414-1.414 2.616 2.616z"
})]
}));
export { FCRuler };