UNPKG

@semcore/icon

Version:
35 lines 1.65 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React from 'react'; import { createBaseComponent } from '@semcore/core'; import Icon from '../../lib/esm/index.mjs'; function RootPictureAdd({ width = '24', height = '24', viewBox = '0 0 24 24', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "PictureAdd", "data-group": "l", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 5a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM6 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 2a1 1 0 0 1 1 1v10h-3.129l-2.788-2.169-5.7 5.7a1.25 1.25 0 0 1-1.767 0L5.5 14.413l-2.5 2.5V18h11v2H2a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h18ZM3 14.086 4.086 13a2 2 0 0 1 2.828 0L8.5 14.586l5.169-5.169a2 2 0 0 1 2.642-.164L19 11.344V4H3v10.086Z", shapeRendering: "geometricPrecision" }), /*#__PURE__*/React.createElement("path", { d: "M20 15a1 1 0 0 0-1 1v2h-2a1 1 0 1 0 0 2h2v2a1 1 0 1 0 2 0v-2h2a1 1 0 1 0 0-2h-2v-2a1 1 0 0 0-1-1Z", shapeRendering: "geometricPrecision" })); } RootPictureAdd.displayName = 'PictureAdd'; const PictureAdd = createBaseComponent(RootPictureAdd); export { PictureAdd as default };