react-line-awesome-svg
Version:
Use line-awesome as react svg component
7 lines (6 loc) • 934 B
JavaScript
import * as React from 'react';
export function SvgStoreSolid(props) {
return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props),
React.createElement("path", { d: "M4 4v3.656l-3 4V12c0 1.645 1.355 3 3 3v13h24V15c1.645 0 3-1.355 3-3v-.344l-3-4V4H4zm2 2h20v1H6V6zm-.5 3h21l2.406 3.219c-.109.433-.437.781-.906.781-.555 0-1-.445-1-1h-2c0 .555-.445 1-1 1-.555 0-1-.445-1-1h-2c0 .555-.445 1-1 1-.555 0-1-.445-1-1h-2c0 .555-.445 1-1 1-.555 0-1-.445-1-1h-2c0 .555-.445 1-1 1-.555 0-1-.445-1-1H9c0 .555-.445 1-1 1-.555 0-1-.445-1-1H5c0 .555-.445 1-1 1-.469 0-.797-.348-.906-.781L5.5 9zm.5 5.219c.531.48 1.234.781 2 .781s1.469-.301 2-.781c.531.48 1.234.781 2 .781s1.469-.301 2-.781c.531.48 1.234.781 2 .781s1.469-.301 2-.781c.531.48 1.234.781 2 .781s1.469-.301 2-.781c.531.48 1.234.781 2 .781s1.469-.301 2-.781V21H6v-6.781zM6 23h20v3H6v-3z" })));
}
export default SvgStoreSolid;