@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
65 lines (63 loc) • 3.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
function _getRequireWildcardCache(nodeInterop) {
if (typeof WeakMap !== "function") return null;
var cacheBabelInterop = new WeakMap();
var cacheNodeInterop = new WeakMap();
return (_getRequireWildcardCache = function(nodeInterop) {
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
})(nodeInterop);
}
function _interop_require_wildcard(obj, nodeInterop) {
if (!nodeInterop && obj && obj.__esModule) {
return obj;
}
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
return {
default: obj
};
}
var cache = _getRequireWildcardCache(nodeInterop);
if (cache && cache.has(obj)) {
return cache.get(obj);
}
var newObj = {};
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
for(var key in obj){
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
if (desc && (desc.get || desc.set)) {
Object.defineProperty(newObj, key, desc);
} else {
newObj[key] = obj[key];
}
}
}
newObj.default = obj;
if (cache) {
cache.set(obj, newObj);
}
return newObj;
}
const FilePen = (props, ref)=>/*#__PURE__*/ _react.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 24 21",
ref: ref,
...props
}, /*#__PURE__*/ _react.createElement("g", {
fill: "currentColor"
}, /*#__PURE__*/ _react.createElement("path", {
d: "M12.1802 13.7562C12.0652 13.8687 12 14.0225 12 14.1837V16.52H14.3897C14.5532 16.52 14.7098 16.4561 14.8248 16.3427L20.8393 10.4177L18.2373 7.87224L12.1802 13.7562ZM22.7526 7.1975L21.5297 6.00125C21.1512 5.62625 20.533 5.62625 20.1497 6.00125L19.1051 7.02312L21.7072 9.56862L22.7518 8.54675C23.1359 8.1725 23.1359 7.56875 22.7526 7.1975ZM10.7733 0.919998V5.72H15.68L10.7733 0.919998ZM10.7733 17.72C10.1573 17.7093 9.59957 17.369 9.32126 16.8245C9.21106 16.6042 9.0146 16.5807 8.93333 16.5807C8.85206 16.5807 8.65541 16.6042 8.54999 16.8104L8.25295 17.3872C8.15133 17.5925 7.90216 17.72 7.70666 17.72H7.66449C7.41532 17.7012 7.20449 17.5419 7.12782 17.3075L6.47999 15.4175L6.07365 16.6137C5.84748 17.2737 5.21498 17.72 4.50389 17.72H4.02664C3.68662 17.72 3.41331 17.4537 3.41331 17.12C3.41331 16.7862 3.68662 16.52 4.02664 16.52H4.50198C4.68885 16.52 4.85089 16.4028 4.90831 16.2341L5.6079 14.1854C5.73248 13.8162 6.08132 13.5687 6.47999 13.5687C6.87865 13.5687 7.22749 13.8172 7.35207 14.1875L7.88414 15.7486C8.64123 15.1392 9.95913 15.383 10.4142 16.2781C10.4858 16.415 10.6277 16.505 10.7733 16.5162V13.9325C10.7733 13.6129 10.9037 13.3062 11.1356 13.0809L15.68 8.66375V6.92H10.7733C10.096 6.92 9.54667 6.38262 9.54667 5.72V0.919998H2.79997C1.78375 0.919998 0.959961 1.72587 0.959961 2.72V18.32C0.959961 19.3137 1.78375 20.12 2.79997 20.12H13.84C14.8562 20.12 15.68 19.3141 15.68 18.32V17.72H10.7733Z"
})));
const ForwardRef = /*#__PURE__*/ (0, _react.forwardRef)(FilePen);
const _default = ForwardRef;