@icongo/li
Version:
LibreICONS Icons
14 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LIGuiFolderPicture = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M2.615 1.924a1.55 1.55 0 0 0-1.138.474A1.558 1.558 0 0 0 1 3.54v6.922c0 .442.16.823.477 1.14.317.318.696.475 1.138.475h8.77a1.55 1.55 0 0 0 1.138-.474c.318-.318.477-.699.477-1.141V5.385c0-.443-.16-.822-.477-1.139a1.553 1.553 0 0 0-1.138-.476H6.539v-.23c0-.443-.16-.824-.476-1.142a1.552 1.552 0 0 0-1.14-.474H2.616zm2.102 2.789h2.25c.103 0 .245.06.318.133L9.271 6.83a.523.523 0 0 1 .133.32v3.375a.188.188 0 0 1-.187.188h-4.5a.188.188 0 0 1-.188-.188V4.9c0-.103.085-.187.188-.187zm3.375 0h1.125c.103 0 .187.084.187.187v1.125c0 .104-.06.128-.133.055L8.035 4.846c-.073-.073-.046-.133.057-.133zm-3.188.375v5.25H9.03V7.154a.198.198 0 0 0-.027-.062l-1.98-1.979a.198.198 0 0 0-.062-.025H4.904zm.989 2.04a.377.377 0 1 1 0 .754.377.377 0 0 1 0-.753zm1.537.429 1.074 1.832h-3l.959-1.293.342.35.625-.89z"
})
}));
export { LIGuiFolderPicture };