UNPKG

@semcore/icon

Version:
25 lines 1.01 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 RootUnsplash({ width = '16', height = '16', viewBox = '0 0 16 16', ...props }, ref) { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, "data-name": "Unsplash", "data-group": "m", width: width, height: height, viewBox: viewBox }, props), /*#__PURE__*/React.createElement("path", { d: "M5.375 4.938V1h5.25v3.938h-5.25Zm5.25 2.187H15V15H1V7.125h4.375v3.938h5.25V7.124Z", shapeRendering: "geometricPrecision" })); } RootUnsplash.displayName = 'Unsplash'; const Unsplash = createBaseComponent(RootUnsplash); export { Unsplash as default };