@icongo/pp
Version:
Pepicons Icons
33 lines • 1.3 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 PPFlagStraightPrint = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "currentColor",
opacity: 0.8,
children: [/*#__PURE__*/_jsx("path", {
d: "M4 4.5a1 1 0 0 1 1-1h13.08a1 1 0 0 1 .819 1.573L16.6 8.357a.25.25 0 0 0 0 .286l2.299 3.284a1 1 0 0 1-.82 1.573H5a1 1 0 0 1-1-1v-8Z"
}), /*#__PURE__*/_jsx("path", {
fillRule: "evenodd",
d: "M5 4.5a1 1 0 0 1 1 1v13a1 1 0 1 1-2 0v-13a1 1 0 0 1 1-1Z",
clipRule: "evenodd"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M16.58 3H3.5v8h13.08l-2.3-3.283a1.25 1.25 0 0 1 0-1.434L16.58 3ZM3.5 2a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h13.08a1 1 0 0 0 .819-1.573L15.1 7.143a.25.25 0 0 1 0-.286l2.3-3.284A1 1 0 0 0 16.579 2H3.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3 3a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-1 0v-14A.5.5 0 0 1 3 3Z",
clipRule: "evenodd"
})]
}));
export { PPFlagStraightPrint };